.container {
  background-color: black;
  height: 100vh;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  color: white;
}

.logo {
  width: 100%;
  height: 30%;
  background-image: url('../img/logoico.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-color: rgba(0, 0, 0, 0.5);
  background-size: contain;
}

.divider {
  padding-top: 2vh;
  padding-bottom: 2vh;
  background-color: black;
  text-align: center;
  width: 100%;
  font-family: Samsung Sharp Sans;
font-size: 7vh;
}

.cta-button {
  background-color: black;
  color: white;
  border: none;
  padding: 7px 15px;
  border-radius: 5px;
font-size: 5vh;
font-family: Samsung Sharp Sans;
  cursor: pointer;
  border: 2px solid white;
  transition: background-color 0.2s ease-in-out;
}

.cta-button:hover {
  background-color: white;
  color: black;
}


.adminka {
  width: 100%;
  height: 150px;
  background-image: url('../img/mb1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-color 0.2s ease-in-out;
}

.adminka:hover {
  width: 100%;
  height: 150px;
  background-image: url('../img/hmb1.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-color 0.2s ease-in-out;
}

.adms {
  width: 100%;
  height: 150px;
  background-image: url('../img/mas.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-color 0.2s ease-in-out;
}

.adms:hover {
  width: 100%;
  height: 150px;
  background-image: url('../img/hmas.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-color 0.2s ease-in-out;
}

.hmxn {
  width: 100%;
  height: 150px;
  background-image: url('../img/mxn.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-color 0.2s ease-in-out;
}

.hmxn:hover {
  width: 100%;
  height: 150px;
  background-image: url('../img/hmxn.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-color 0.2s ease-in-out;
}

.hmot {
  width: 100%;
  height: 150px;
  background-image: url('../img/mot.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-color 0.2s ease-in-out;
}

.hmot:hover {
  width: 100%;
  height: 150px;
  background-image: url('../img/hmot.png');
  background-repeat: no-repeat;
  background-position: center center;
  background-size: contain;
  transition: background-color 0.2s ease-in-out;
}

.ca{
justify-content: center;
align-content: center;
align-items: center;
  border-radius: 12px;
  margin-top: 2vh;
  margin-bottom: 2vh;
  margin-left: auto;
  margin-right: auto;
  width: 80%;
  background-color: black;
  border: 2px solid white;
  transition: background-color 0.2s ease-in-out;
}

.ca:hover{
  background-color: white;
  border: 2px solid white;
  color: black;
  cursor: crosshair;
  transition: background-color 0.2s ease-in-out;
}

.t2{
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
  margin-left: 3%;
}

.l1{
  margin-top: auto;
  margin-bottom: auto;
background-image: url('../img/logoico.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 6vh;
height: 6vh;
}

.l2{
  margin-top: auto;
  margin-bottom: auto;
background-image: url('../img/aslf.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 6vh;
height: 6vh;
}

.l3{
  margin-top: auto;
  margin-bottom: auto;
background-image: url('../img/xnlf.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 6vh;
height: 6vh;
}

.l4{
  margin-top: auto;
  margin-bottom: auto;
background-image: url('../img/othf.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 6vh;
height: 6vh;
}

.l5{
  margin-top: auto;
  margin-bottom: auto;
background-image: url('../img/links.png');
background-position: center;
background-repeat: no-repeat;
background-size: contain;
width: 6vh;
height: 6vh;
}